inherited FileSessionSpecsFrame: TFileSessionSpecsFrame Caption = 'Specs' object LeftLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'Left file:' FocusControl = LeftEdit end object LeftBrowseBtn: TUiBrowseSpeedButton Left = 392 Top = 32 Hint = 'Browse' BrowseComboBox = LeftEdit end object RightLbl: TUiLabel Left = 8 Top = 80 Height = 13 Caption = 'Right file:' FocusControl = RightEdit end object RightBrowseBtn: TUiBrowseSpeedButton Left = 392 Top = 96 Hint = 'Browse' BrowseComboBox = RightEdit end object CenterLbl: TUiLabel Left = 8 Top = 144 Height = 13 Caption = 'Center file:' FocusControl = CenterEdit end object CenterBrowseBtn: TUiBrowseSpeedButton Left = 392 Top = 160 Hint = 'Browse' BrowseComboBox = CenterEdit end object OutputLbl: TUiLabel Left = 8 Top = 208 Height = 13 Caption = 'Output file:' FocusControl = OutputEdit end object OutputBrowseBtn: TUiBrowseSpeedButton Left = 392 Top = 224 Hint = 'Browse' BrowseComboBox = OutputEdit end object DescriptionLbl: TUiLabel Left = 8 Top = 256 Height = 13 Caption = 'Description:' FocusControl = DescriptionEdit end object LastModifiedLbl: TUiLabel Left = 8 Top = 344 Height = 13 Caption = '%' end object LeftEdit: TUiBrowseComboBox Left = 8 Top = 32 Width = 377 Height = 21 DropDownCount = 30 ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick OnDropDown = EditDropDown OnBrowse = Browse end object LeftNoEditEdit: TUiCheckBox Left = 8 Top = 56 Height = 17 Caption = 'Disable editing' TabOrder = 1 OnClick = SomethingChangedClick end object CopyBtn: TUiBitBtn Left = 184 Top = 64 Width = 24 Hint = 'Copy Left to Right' TabOrder = 2 OnClick = CopyClick ImageIndex = imgDown Images = BcImages.MainImages end object SwapBtn: TUiBitBtn Left = 216 Top = 64 Width = 24 Hint = 'Swap Sides' TabOrder = 3 OnClick = SwapClick ImageIndex = imgSwap Images = BcImages.MainImages end object RightEdit: TUiBrowseComboBox Left = 8 Top = 96 Width = 377 Height = 21 DropDownCount = 30 ItemHeight = 13 TabOrder = 4 OnChange = SomethingChangedClick OnDropDown = EditDropDown OnBrowse = Browse end object RightNoEditEdit: TUiCheckBox Left = 8 Top = 120 Height = 17 Caption = 'Disable editing' TabOrder = 5 OnClick = SomethingChangedClick end object CenterEdit: TUiBrowseComboBox Left = 8 Top = 160 Width = 377 Height = 21 DropDownCount = 30 ItemHeight = 13 TabOrder = 6 OnChange = SomethingChangedClick OnDropDown = EditDropDown OnBrowse = Browse end object OutputEdit: TUiBrowseComboBox Left = 8 Top = 224 Width = 377 Height = 21 DropDownCount = 30 ItemHeight = 13 TabOrder = 7 OnChange = SomethingChangedClick OnDropDown = EditDropDown OnBrowse = Browse end object DescriptionEdit: TUiMemo Left = 8 Top = 272 Width = 409 Height = 65 ScrollBars = ssVertical TabOrder = 8 OnChange = SomethingChangedClick end end